home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Shareware / Beyond Compare 3.0.10 / BCompareSetup.exe / {app} / BCompare.exe / 0 / RCDATA / TFILESESSIONSPECSFRAME / TFILESESSIONSPECSFRAME.txt
Text File  |  2008-11-03  |  3KB  |  162 lines

  1. inherited FileSessionSpecsFrame: TFileSessionSpecsFrame
  2.   Caption = 'Specs'
  3.   object LeftLbl: TUiLabel
  4.     Left = 8
  5.     Top = 16
  6.     Height = 13
  7.     Caption = 'Left file:'
  8.     FocusControl = LeftEdit
  9.   end
  10.   object LeftBrowseBtn: TUiBrowseSpeedButton
  11.     Left = 392
  12.     Top = 32
  13.     Hint = 'Browse'
  14.     BrowseComboBox = LeftEdit
  15.   end
  16.   object RightLbl: TUiLabel
  17.     Left = 8
  18.     Top = 80
  19.     Height = 13
  20.     Caption = 'Right file:'
  21.     FocusControl = RightEdit
  22.   end
  23.   object RightBrowseBtn: TUiBrowseSpeedButton
  24.     Left = 392
  25.     Top = 96
  26.     Hint = 'Browse'
  27.     BrowseComboBox = RightEdit
  28.   end
  29.   object CenterLbl: TUiLabel
  30.     Left = 8
  31.     Top = 144
  32.     Height = 13
  33.     Caption = 'Center file:'
  34.     FocusControl = CenterEdit
  35.   end
  36.   object CenterBrowseBtn: TUiBrowseSpeedButton
  37.     Left = 392
  38.     Top = 160
  39.     Hint = 'Browse'
  40.     BrowseComboBox = CenterEdit
  41.   end
  42.   object OutputLbl: TUiLabel
  43.     Left = 8
  44.     Top = 208
  45.     Height = 13
  46.     Caption = 'Output file:'
  47.     FocusControl = OutputEdit
  48.   end
  49.   object OutputBrowseBtn: TUiBrowseSpeedButton
  50.     Left = 392
  51.     Top = 224
  52.     Hint = 'Browse'
  53.     BrowseComboBox = OutputEdit
  54.   end
  55.   object DescriptionLbl: TUiLabel
  56.     Left = 8
  57.     Top = 256
  58.     Height = 13
  59.     Caption = 'Description:'
  60.     FocusControl = DescriptionEdit
  61.   end
  62.   object LastModifiedLbl: TUiLabel
  63.     Left = 8
  64.     Top = 344
  65.     Height = 13
  66.     Caption = '%'
  67.   end
  68.   object LeftEdit: TUiBrowseComboBox
  69.     Left = 8
  70.     Top = 32
  71.     Width = 377
  72.     Height = 21
  73.     DropDownCount = 30
  74.     ItemHeight = 13
  75.     TabOrder = 0
  76.     OnChange = SomethingChangedClick
  77.     OnDropDown = EditDropDown
  78.     OnBrowse = Browse
  79.   end
  80.   object LeftNoEditEdit: TUiCheckBox
  81.     Left = 8
  82.     Top = 56
  83.     Height = 17
  84.     Caption = 'Disable editing'
  85.     TabOrder = 1
  86.     OnClick = SomethingChangedClick
  87.   end
  88.   object CopyBtn: TUiBitBtn
  89.     Left = 184
  90.     Top = 64
  91.     Width = 24
  92.     Hint = 'Copy Left to Right'
  93.     TabOrder = 2
  94.     OnClick = CopyClick
  95.     ImageIndex = imgDown
  96.     Images = BcImages.MainImages
  97.   end
  98.   object SwapBtn: TUiBitBtn
  99.     Left = 216
  100.     Top = 64
  101.     Width = 24
  102.     Hint = 'Swap Sides'
  103.     TabOrder = 3
  104.     OnClick = SwapClick
  105.     ImageIndex = imgSwap
  106.     Images = BcImages.MainImages
  107.   end
  108.   object RightEdit: TUiBrowseComboBox
  109.     Left = 8
  110.     Top = 96
  111.     Width = 377
  112.     Height = 21
  113.     DropDownCount = 30
  114.     ItemHeight = 13
  115.     TabOrder = 4
  116.     OnChange = SomethingChangedClick
  117.     OnDropDown = EditDropDown
  118.     OnBrowse = Browse
  119.   end
  120.   object RightNoEditEdit: TUiCheckBox
  121.     Left = 8
  122.     Top = 120
  123.     Height = 17
  124.     Caption = 'Disable editing'
  125.     TabOrder = 5
  126.     OnClick = SomethingChangedClick
  127.   end
  128.   object CenterEdit: TUiBrowseComboBox
  129.     Left = 8
  130.     Top = 160
  131.     Width = 377
  132.     Height = 21
  133.     DropDownCount = 30
  134.     ItemHeight = 13
  135.     TabOrder = 6
  136.     OnChange = SomethingChangedClick
  137.     OnDropDown = EditDropDown
  138.     OnBrowse = Browse
  139.   end
  140.   object OutputEdit: TUiBrowseComboBox
  141.     Left = 8
  142.     Top = 224
  143.     Width = 377
  144.     Height = 21
  145.     DropDownCount = 30
  146.     ItemHeight = 13
  147.     TabOrder = 7
  148.     OnChange = SomethingChangedClick
  149.     OnDropDown = EditDropDown
  150.     OnBrowse = Browse
  151.   end
  152.   object DescriptionEdit: TUiMemo
  153.     Left = 8
  154.     Top = 272
  155.     Width = 409
  156.     Height = 65
  157.     ScrollBars = ssVertical
  158.     TabOrder = 8
  159.     OnChange = SomethingChangedClick
  160.   end
  161. end
  162.